@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Impact';
    src: url(../fonts/impact.ttf) format('truetype');
    font-weight: normal;
}

*{ margin:0; padding:0; border:0; }
body {
	font-family: "Noto Sans SC",  "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
   	line-height: 26px;
	font-size: 16px;
	color: #333!important;
}
li{
	list-style: none;
}
ul,li{margin:0;}
a{ text-decoration:none; color:#666;outline: 0;}
a:hover{ color:#000;text-decoration: none;}
img{ max-width:100%; vertical-align:middle;}
p{ margin-bottom:0;}
.row{ margin:0;}
.clear{ clear:both}

/**------------  分页样式  --------------**/
.pagination{justify-content: center;}
 .page{ text-align:center; margin-top:20px;}
.page>ul>li{ display:inline;}
.page ul li a,
.page ul li span{   position: relative;
  float: left;
  padding: 12px 20px;
  margin-left: 5px;
  margin-right:5px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page ul li a:hover{ background:#00aeef;; color:#ffffff;}
.page ul li a.active{ background:#00aeef;; color:#ffffff;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{ background:#000;; color:#ffffff;border-color: #000;;}
@media screen and (max-width: 680px){
body{ font-size:12px;line-height:24px; }
}

.yunwang:hover{
	text-decoration:underline;
}
span.zc {
	position: relative;
}
span.zc:hover{
	color:#d10101;
}
.y_footwz2 {
	display: none;
	position: absolute;
	background: #fff;
	padding: 9px;
	line-height: 17px;
	border-radius: 3px;
	right: 50%;
	margin-right:-90px;
	bottom:30px;
	width: 180px;
	transition: opacity 2s;
	text-align: center;
	z-index:8888;
}
.y_footwz2 p{
	color:#333;
}
span.zc:hover .y_footwz2 {
	display: block;
}

html::-webkit-scrollbar {
	width: 8px;
	height: 25px
}

html::-webkit-scrollbar-button:vertical {
	display: none
}

html::-webkit-scrollbar-track,
html::-webkit-scrollbar-corner {
	background-color:#1b1b1b
}

html::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: rgba(255,255,255, .4)
}

html::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #fff
}

.history_box_right::-webkit-scrollbar-thumb:vertical:active {
	background-color: #fff
}